home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 6 / Amiga Format AFCD06 (Nov 1996, Issue 90).iso / serious / commercial / termitetcp_patch / readmenow102 < prev    next >
Text File  |  1996-08-26  |  7KB  |  162 lines

  1. TermiteTCP V1.02  
  2. Copyright © 1996 Oregon Research
  3. All Rights Reserved
  4.  
  5. Thank you for purchasing TermiteTCP.  Please take the time to read all the 
  6. information in this file.  It contains important information, corrections, 
  7. and additions to the TermiteTCP manual.  To get the most out of Termite TCP, 
  8. please be sure to read the entire manual including Reggie's Guide to the 
  9. Internet. Also please be sure to fill out and return your registration card.  
  10. It is required to receive technical support and it allows us to notify you of 
  11. important program and upgrade information.
  12.  
  13. The following is a description of features that have been added to Termite TCP 
  14. after the manual was printed.
  15.  
  16. Technical Support Phone Number
  17. ******************************
  18. A mistake was made in the technical support phone number listed on page 4 of 
  19. your user manual.  The correct numnber is (503) 968-9250
  20.  
  21. Login Script Command: DELAY
  22. ***************************
  23. A DELAY command has been added to the login script commands.  Some systems 
  24. are slow in responding to certain actions.  The DELAY command is designed to 
  25. prevent login script commands from executing too quickly, before the system 
  26. is ready.  For instance, many systems require a slight delay after connection 
  27. but before a wakeup character is sent.
  28.  
  29. The argument is the number of seconds to delay before executing the next 
  30. script command. A DELAY 0 command is automatically generated as the first 
  31. line of the script when using the Record Login Script procedure.
  32.  
  33. Connection Settings
  34. *******************
  35. The Connection Settings Window has been broken into two windows with the 
  36. minimum required information on the basic screen and addtional options 
  37. accessed through the More button gadget.  The More/Fewer options operate 
  38. just like described in the Network Settings portion of the manual.
  39.  
  40. PAP/CHAP User Authentication
  41. ****************************
  42. Many systems offer(and some require) the use of automated user authentication
  43. protocols.  TermiteTCP offers support for PAP(User/Password Authentication 
  44. Protocol also known as UPAP) and the less common CHAP(Crytographic Handshake 
  45. Authentication Protocol).  
  46.  
  47. To use PAP or CHAP, open the Connection settings Window and select More Options.
  48. If using PAP, then enter your user name and password in the PAP UserName and 
  49. PAP/CHAP Password gadgets.  CHAP only requires a password in the PAP/CHAP 
  50. Password gadget.  Select Use to accept your entries.
  51.  
  52. To connect with PAP/CHAP all you need to do now is click on the Connect gadget 
  53. of the status window.  No login script is required when using PAP or CHAP
  54. (except possibly for a delay command after connect) and you do not have to 
  55. execute the Record Login Script procedure.
  56.  
  57. Verification Interval
  58. *********************
  59. This new option specifies the time interval that TermiteTCP will test your 
  60. ISP connection.  After the specified number of minutes has elapsed, TermiteTCP
  61. will test the connection.  If the connection has failed for some reason(phone 
  62. line dropped, etc.), then TermiteTCP will automatically redial the phone and
  63. reconnect to your ISP.
  64.  
  65. Tooltype support
  66. ****************
  67. Support has been added for specifying configuration information via tooltypes 
  68. specified in the TermiteTCP program icon. To edit the tooltype settings, 
  69. click on the TermiteTCP icon and select Information from the WorkBench Icon menu.
  70. The following Tooltypes are currently recognized:
  71.  
  72.    AUTOCONNECT 
  73.       TermiteTCP will automatically connect to your ISP when the program is 
  74.       launched if this tooltype is set to TRUE.
  75.  
  76.    AUTOICONIFY 
  77.       TermiteTCP will automatically iconify to your WorkBenchconnect if 
  78.       this tooltype is set to TRUE.
  79.  
  80.    NULLMODEM 
  81.       If this tool type is set to TRUE, it will supresses the warning message 
  82.       if you attempt to connect with no phone number entered in the Connection
  83.       settings.  This is useful if you are intentionally making a direct 
  84.       serial connection to a local host via the serial port.
  85.  
  86. Contact Information
  87. *********************************************
  88.  
  89.     In North America contact:
  90.     
  91.     Oregon Research
  92.     16200 SW Pacific Hwy, Suite 162
  93.     Tigard, OR 97224
  94.     
  95.     Orders/Info: 503-620-4919
  96.     Technical Support: 503-968-9250
  97.     Fax:   503-624-2940
  98.     
  99.     Email: support@orres.com   
  100.            info@orres.com  
  101.            sales@orres.com 
  102.  
  103.     In Europe contact:
  104.  
  105.     HiSoft
  106.     The Old School
  107.     Greenfield
  108.     Bedford
  109.     MK45 5DE
  110.     U.K.
  111.     
  112.     Phone: +44 (0)525 718181
  113.     Fax:   +44 (0)525 713716
  114.     
  115.     Email: support@hisoft.co.uk
  116.     
  117. ************************************************************************
  118.  
  119. Portions of this program are based on original documents from BSD, which 
  120. is hereby acknowledged:
  121.  
  122. Copyright © 1982, 1986, 1990 Regents of the University of California.
  123. All rights reserved.
  124. Redistribution and use in source and binary forms, with or without
  125. modification, are permitted provided that the following conditions
  126. are met:
  127.  
  128. 1. Redistributions of source code must retain the above copyright
  129.    notice, this list of conditions and the following disclaimer.
  130. 2. Redistributions in binary form must reproduce the above copyright
  131.    notice, this list of conditions and the following disclaimer in the
  132.    documentation and/or other materials provided with the distribution.
  133. 3. All advertising materials mentioning features or use of this software
  134.    must display the following acknowledgement: This product includes software 
  135.    developed by the University of California, Berkeley and its contributors.
  136. 4. Neither the name of the University nor the names of its contributors
  137.    may be used to endorse or promote products derived from this software
  138.    without specific prior written permission.
  139.  
  140. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  141. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  142. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  143. ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  144. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  145. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  146. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  147. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  148. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  149. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  150. SUCH DAMAGE.
  151. ****************************************************************************
  152.  
  153. Are you in possession of stolen merchandise?
  154. ********************************************
  155. TermiteTCP is copyrighted commercial software.  If you are reading this 
  156. illegally, then consider this:  Not only are you commiting a Federal Crime, 
  157. but you are also literally stealing food out of the mouths of our children. 
  158. Additionally, you are personally responsible for the death of software 
  159. companies like Oregon Research and for the cessation of software 
  160. development on the Amiga Computer by stealing from those who seek to 
  161. promote your favorite computer. Think about it!
  162.